Private class to THashTable. More...
#include <thashtable.h>
Private class to THashTable.
A bucket consists of hash nodes. These node are linked together and form a linked list. An item which gets assigned to a bucket is wrapped into a node and appended to the list.